home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13222 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ix.netcom.com!news
  2. From: jlilley@ix.netcom.com (John Lilley)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Include files
  5. Date: 24 Mar 1996 05:32:58 GMT
  6. Organization: Netcom
  7. Message-ID: <4j2mqa$j4l@dfw-ixnews4.ix.netcom.com>
  8. References: <4iqltj$40g@news1.sympatico.ca> <4irv0d$4mq@sparcserver.lrz-muenchen.de> <4it6nl$emt@reader2.ix.netcom.com>
  9. NNTP-Posting-Host: den-co25-11.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-NETCOM-Date: Sat Mar 23 11:32:58 PM CST 1996
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. In article <4it6nl$emt@reader2.ix.netcom.com>, jdadson@ix.netcom.co says...
  16. >
  17. >
  18. >I know this isn't the right newgroup to ask this question in, but
  19. >I can't find the right one. Can someone please take pity on me
  20. >and tell me how the HECK you get MS Visual C++ to search the
  21. >directories you want for include files? I managed to get it to
  22. >work once by putting /I"c:\foo\bar" directly into the "Project options"
  23. >under "Settings,C/C++", but now I can't seem to make that work
  24. >for some reason that escapes me. I am totally frustrated.
  25.  
  26. You didn't say which version, but on 4.0 you go to:
  27.  
  28.     Build/Settings
  29.     C/C++
  30.     Category=Preprocessor
  31.     Additional Include directories
  32.  
  33. You can also add directories in Tools/Options/Direcories.
  34.  
  35. john lilley
  36.  
  37.